home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 42 / Mac Magazin and MacEasy Magazine CD - Issue 42.iso / Software / Mobiles Büro / Newton / Accordian 1.0b / ADF Folder / mireplce.adf < prev    next >
Text File  |  1997-05-21  |  1KB  |  38 lines

  1. // Version 1.0 for 4.0
  2. // March 24, 1997
  3. // MoreInfo To-Do ADF
  4. // Written by SilverWARE
  5. // info@silverware.com
  6. // For support with this ADF file, contact SilverWARE
  7.  
  8. // IMPORTANT
  9. // Replaces same soup definition in newton.adf file with the one below
  10. // to allow MoreInfo extensions to to-dos.
  11.  
  12. class "todo" called "To Do Item" of "To Do List" with options { "readonly" } contains
  13.     {
  14.     |date|: date called "Date"
  15.     topics: set called "Items" { entry called "To Do" contains
  16.             {
  17.             mtgdone: boolean called "Completed"
  18.             mtgPriority: integer called "Priority"
  19.             notesData: note called "Note"
  20.             mtgInvitees: array called "Name Links" { entry called "Name Links" contains
  21.                 {
  22.                 item: string called "Name"
  23.                 }}
  24.  
  25.             |MoreInfo2:SilverWARE|: entry called "MoreInfo Data" contains 
  26.                     {
  27.                     mtgRe: string called "Regarding"
  28.                     mtgPhone: string called "Phone"
  29.                     mtgType: string called "Action"
  30.                     links: array called "Other Links" { entry called "Other Links" contains
  31.                         {
  32.                         item: string called "Link"
  33.                         }}
  34.                     }
  35.             }
  36.         }
  37.     }
  38.